[Zend Framework] How do I init every parent method before init ?
Posted
by rasouza
on Stack Overflow
See other posts from Stack Overflow
or by rasouza
Published on 2010-05-10T05:37:10Z
Indexed on
2010/05/10
5:44 UTC
Read the original article
Hit count: 175
zend-framework
I have a custom bootstrap class and I'm extending it.
class Bootstrap extends MyBootstrap
{
}
MyBootstrap.php class have some _init methods. I need it to load all MyBootstrap methods first. How to?
© Stack Overflow or respective owner